Click or drag to resize

RequestResponse Class

The RequestResponse class contains Request and correspondent Response object.
Inheritance Hierarchy
SystemObject
  Independentsoft.SipRequestResponse

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class RequestResponse

The RequestResponse type exposes the following members.

Constructors
  NameDescription
Public methodRequestResponse
Initializes a new instance of the RequestResponse class.
Public methodRequestResponse(Request, Response)
Initializes a new instance of the RequestResponse class with the specified request and response.
Top
Properties
  NameDescription
Public propertyRequest
Gets request.
Public propertyResponse
Gets response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also